Add alacritty terminal support for ssh

Home > Software Notes > Guides

On remote host:

curl -sSL https://raw.githubusercontent.com/alacritty/alacritty/master/extra/alacritty.info | tic -x -
or the local workaround:
alias ssh='TERM=xterm-256color ssh'